home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / BUSINESS / LM.LZH / INSTALL.BAT next >
DOS Batch File  |  1992-08-31  |  351b  |  21 lines

  1. echo off
  2. if (%1)==() goto whoops
  3. cls
  4. echo Now installing Label Master on Drive %1... sit back and relax
  5. md %1:\lm5
  6. copy lmaster.exe %1:\lm5
  7. cls
  8. %1:
  9. cd\lm5
  10. lmaster
  11. cls
  12. echo    Installation complete. Ready to start Label Master.
  13. echo.
  14. pause
  15. cls
  16. lm5
  17. goto quit
  18. :whoops
  19. echo You forgot to type a drive letter, please try again...
  20. :quit
  21.